home *** CD-ROM | disk | FTP | other *** search
/ Mac Easy 2010 May / Mac Life Ubuntu.iso / casper / filesystem.squashfs / usr / share / gdm / themes / Human / Human.xml < prev    next >
Encoding:
Extensible Markup Language  |  2009-03-19  |  3.7 KB  |  118 lines

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE greeter SYSTEM "greeter.dtd">
  3. <greeter>
  4.  
  5.   <!-- background -->
  6.   <item type="pixmap">
  7.     <normal file="background.png"/>
  8.     <pos y="0" x="0" width="100%" height="100%"/>
  9.   </item>
  10.  
  11.   <!-- bottom bar -->
  12.   <item type="pixmap">
  13.      <normal file="bottom_bar.svg"/>
  14.     <pos y="100%" x="0" width="100%" height="100" anchor="sw"/>
  15.   </item>
  16.   <item type="rect">
  17.     <pos y="100%" x="0" width="100%" height="42" anchor="sw"/>
  18.     <box xpadding="10" spacing="10" orientation="horizontal">
  19.       <!-- options -->
  20.       <item type="rect" id="options_button" button="true">
  21.         <pos y="50%" width="box" height="box" anchor="w"/>
  22.         <box xpadding="0" spacing="2" orientation="horizontal">
  23.           <item type="pixmap">
  24.             <normal file="icon-session.png"/>
  25.             <prelight file="icon-session-prelight.png"/>
  26.             <active file="icon-session-active.png"/>
  27.           </item>
  28.           <item type="label">
  29.             <normal font="Sans 11" color="#ffffff"/>
  30.             <prelight font="Sans 11" color="#ff9c36"/>
  31.             <active font="Sans 11" color="#dc292b"/>
  32.             <pos y="50%" anchor="w"/>
  33.             <stock type="options"/>
  34.           </item>
  35.         </box>
  36.       </item>
  37.     </box>
  38.   </item>
  39.   
  40.   <!-- hostname and clock -->
  41.   <item type="rect">
  42.     <pos x="100%" y="100%" width="box" height="42" anchor="se"/>
  43.     <box xpadding="10" spacing="10" orientation="horizontal">
  44.       <item type="label" id="clock">
  45.         <pos x="100%" y="50%" anchor="e"/>
  46.         <normal font="Sans 11" color="#ffffff"/>
  47.         <text>%c</text>
  48.       </item>
  49.     </box>
  50.   </item>
  51.   
  52.   
  53.   <!-- password box -->
  54.   <item type="rect">
  55.     <pos x="50%" y="47%" width="box" height="box" anchor="c"/>
  56.         <box xpadding="0" ypadding="0" spacing="0" orientation="vertical">
  57.     <item type="pixmap">
  58.     <pos x="0" y="0" width="box" height="box"/>
  59.     <normal file="boundingbox.png"/>
  60.     <box xpadding="40" ypadding="20" spacing="2" orientation="vertical"> 
  61.           <item type="label" id="pam-prompt">
  62.             <pos x="2"/>
  63.             <normal font="Sans 12" color="#ffffff"/>
  64.             <stock type="username-label"/>
  65.           </item>
  66.           <item type="pixmap">
  67.             <normal file="userentry.png"/>
  68.             <pos width="240" height="32"/>
  69.             <fixed>
  70.               <item type="entry" id="user-pw-entry">
  71.         <normal color="#000000" font="Sans 11"/>
  72.                 <pos y="5" x="5" width="-10" height="-10" anchor="nw"/>
  73.               </item>
  74.  
  75. <!-- caps lock warning -->
  76.   <item type="label" id="caps-lock-warning">
  77. <pos x="270" y="11" anchor="nw"/>
  78.     <normal font="Sans 11" color="#ffffff"/>
  79.     <stock type="caps-lock-warning"/>
  80.   </item>
  81.   <!-- timer warning -->
  82.   <item type="label" id="timed-label">
  83.     <pos x="50%" y="84" anchor="c"/>
  84.     <show type="timed"/>
  85.     <normal font="Sans 11" color="#ffffff"/>
  86.     <stock type="timed-label"/>
  87.   </item>
  88.   <!-- pam error -->
  89.   <item type="label" id="pam-error">
  90.     <pos x="50%" y="120" width="290" anchor="c" />
  91.     <normal font="Sans 11" color="#ff9c36"/><!--#dc292b-->
  92.     <text></text>
  93.   </item>
  94. </fixed>            
  95.           </item>
  96.         </box>
  97.       </item>
  98.       <item type="rect">
  99.         <box xpadding="10" ypadding="8" spacing="10" orientation="horizontal" homogeneous="true">
  100.           <!-- language -->
  101.           <item type="rect" id="language_button" button="true">
  102.           </item>
  103.           <!-- session -->
  104.           <item type="rect" id="session_button" button="true">
  105.           </item>
  106.         </box>
  107.   </item>
  108. </box>
  109. </item>
  110. <!-- pam message (hidden, but required) -->
  111. <item type="label" id="pam-message">
  112.   <pos x="50%" anchor="c" />
  113.   <normal alpha="0.00"/>
  114.   <text></text>
  115. </item>
  116.  
  117. </greeter>
  118.